home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1994.12.gz / 1994.12 / 000089_schrod@iti.inf…th-darmstadt.de_Fri Dec 23 22:34:01 1994.msg < prev    next >
Internet Message Format  |  1994-12-30  |  3KB

  1. Received: from rs2.hrz.th-darmstadt.de by cs.umb.edu with SMTP id AA14736
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 23 Dec 1994 15:34:05 -0500
  3. Received: from hp5.iti.informatik.th-darmstadt.de by rs2.hrz.th-darmstadt.de with SMTP id AA34223
  4.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 23 Dec 1994 21:34:02 +0100
  5. Received: from spice.iti.informatik.th-darmstadt.de by hp5.iti.informatik.th-darmstadt.de (8.6.9/Server-1.5/HRZ-THD/8.6.9u-ITI)
  6.     id VAA07200; Fri, 23 Dec 1994 21:34:00 +0100
  7. Received: by spice.iti.informatik.th-darmstadt.de (8.6.9/Client-1.5+iti/HRZ-THD)
  8.     id VAA19378; Fri, 23 Dec 1994 21:34:01 +0100
  9. From: Joachim Schrod <schrod@iti.informatik.th-darmstadt.de>
  10. Message-Id: <199412232034.VAA19378@spice.iti.informatik.th-darmstadt.de>
  11. Subject: xdvik, this is the patch
  12. To: tex-k@cs.umb.edu (web2c mailing list)
  13. Date: Fri, 23 Dec 1994 21:34:01 +0100 (MEZ)
  14. X-Mailer: ELM [version 2.4 PL24]
  15. Content-Type: text
  16. Content-Length: 1674      
  17.  
  18. Hmm, seems I forgot the patch...
  19.  
  20. ---------------- snip snap ----------------------------------------
  21. *** xdvik-18e/xdvik/events.c.dist    Sun Sep 11 20:43:47 1994
  22. --- xdvik-18e/xdvik/events.c    Thu Dec 15 20:28:08 1994
  23. ***************
  24. *** 345,349 ****
  25.  
  26.           colors_allocated = True;
  27. !         if (resource.copy && warn)
  28.           Puts("Note:  overstrike characters may be incorrect.");
  29.       }
  30. --- 345,357 ----
  31.  
  32.           colors_allocated = True;
  33. !
  34. ! #ifdef    TOOLKIT
  35. ! #define CopyByDefault() (resource.copy && !resource.copy_arg)
  36. ! #else
  37. ! #define CopyByDefault() (resource.copy == 2)
  38. ! #endif
  39. !
  40. !         /* warn only if copy was not explicitely requested */
  41. !         if (CopyByDefault() && warn)
  42.           Puts("Note:  overstrike characters may be incorrect.");
  43.       }
  44. *** xdvik-18e/xdvik/xgetcwd.c.dist    Thu Nov 24 20:27:44 1994
  45. --- xdvik-18e/xdvik/xgetcwd.c    Fri Dec 23 21:02:14 1994
  46. ***************
  47. *** 27,30 ****
  48. --- 27,31 ----
  49.   #else /* not HAVE_GETWD */
  50.   #include <kpathsea/c-dir.h>
  51. + #include <kpathsea/xopendir.h>
  52.   #include <kpathsea/xstat.h>
  53.   
  54. ***************
  55. *** 83,87 ****
  56.         while ((e = readdir (parent_dir)) != NULL && !found)
  57.           {
  58. !           struct stat test_stat:
  59.             test_stat = xlstat (e->d_name);
  60.             
  61. --- 84,88 ----
  62.         while ((e = readdir (parent_dir)) != NULL && !found)
  63.           {
  64. !           struct stat test_stat;
  65.             test_stat = xlstat (e->d_name);
  66.   
  67. ---------------- snip snap ----------------------------------------
  68.  
  69. --
  70. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  71. Joachim Schrod            Email: schrod@iti.informatik.th-darmstadt.de
  72. Computer Science Department
  73. Technical University of Darmstadt, Germany